home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
271_02
/
badext.doc
< prev
next >
Wrap
Text File
|
1987-08-18
|
629b
|
38 lines
NAME
badext -- report invalid filename extension and exit
SYNOPSIS
void badext(ext);
char *ext;
DESCRIPTION
This function may be used when an invalid filename extension must
cause the termination of a program. It is called with the
offending extension as the argument string. An error message
is sent to stderr, and the program terminates via the aabort()
function of this library.
This function is found in SMTCx.LIB for the Turbo-C Compiler.